Post

Replies

Boosts

Views

Activity

Reply to iOS 15 UIPickerView Delay on Start of Scrolling?
We asked Apple for improvement by sending the code that reproduced the symptom as feedback, but unfortunately Apple was unable to reproduce or improve it in the end. We found a way to get rid of the symptoms and were able to make improvements before the official release of iOS 15. We found that MPVolumeView was the cause. If you use MPVolumeView in your app, try changing the location of the MPVolumeView declaration or its location.
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’21
Reply to Xcode 14 & iOS 16 purple warnings starting with "[Security] This method should not .. "
This is the cause of this problem I have identified. First of all, this problem occurs with apps that use the admob library. Among the apps I sell, there is a paid app with a different target (same code) in the same project. When I build this paid app in my project, I don't see this warning. My paid app uses "Other Swifts Flag" to not include the admob library in the code from the build generation, and the admob library is not included in the app. I contacted Admob and got a reply. Admob is also aware of this issue. Admob believes it's a bug by Apple, and Apple is also aware of this bug. Maybe it will be improved in the next Xcode or iOS update. My guess is that when using WKWebView in Admob, you get such a warning message.
Sep ’22
Reply to "UI unresponsiveness" warning on @main
First of all, this problem occurs with apps that use the admob library. Among the apps I sell, there is a paid app with a different target (same code) in the same project. When I build this paid app in my project, I don't see this warning. My paid app uses "Other Swifts Flag" to not include the admob library in the code from the build generation, and the admob library is not included in the app. I contacted Admob and got a reply. Admob is also aware of this issue. Admob believes it's a bug by Apple, and Apple is also aware of this bug. Maybe it will be improved in the next Xcode or iOS update. My guess is that when using WKWebView in Admob, you get such a warning message.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Reply to Has anyone solved the UITableView text persistence or overlapping issue in iOS 16.1 iPhone 14 Pro and 14 Pro Max?
In addition, this phenomenon does not occur or the afterimage seems to disappear quickly when the content is displayed on the dynamic island by running the timer of the alarm app or playing music in the music app. If the content is not displayed on the dynamic island by ending the timer or stopping the music again, the phenomenon will be reproduced again.
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’22
Reply to Critical BUG! Could you fix it asap or at least set the try/catch block with the reporting via NSError or somehow else?
I am currently having similar symptoms. When I repeatedly play and pause using AVSpeechSynthesizer, I get that error right away. If you look at the forum posts, it seems that this error has occurred since the iOS 16 beta. However, it seems that Apple hasn't fixed this error yet. I have the same error on iOS 16.2 beta devices. I'm waiting for Apple to fix this issue when it finds out, because symptoms can easily come out by making a sample code and testing it a little. Or, wait for the news that Apple is preparing to release iOS 16.1.1.
Topic: Machine Learning & AI SubTopic: General Tags:
Nov ’22
Reply to com.apple.TextToSpeech.SpeechThread crash after iOS 16
It happens on all iOS 16 devices. It happens easily if you play and stop it repeatedly. When playing, it seems that the error does not occur if AVSpeechSynthesizer is finely separated by spaces and played back. Errors do occur, but they may occur less frequently. I tested it with an app that plays TTS in that way, but the app didn't die. There are several symptoms when an error occurs. It can't stop playback, loses control, and continues to play until the end of a sentence. If an alarm or call comes in while TTS is playing, the phenomenon of listening through the earphones and playing back through the speaker also occurs. I temporarily took measures to prevent the above problem from happening without the app dying. A quick iOS update should fix this problem.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’22
Reply to UIFontPickerViewController screen font is broken or black screen issue
When this error message appears, the app also dies. = Received port for identifier response: <(null)> with error:Error Domain=RBSServiceErrorDomain Code=1 "Client not entitled" UserInfo={RBSEntitlement=com.apple.runningboard.process-state, NSLocalizedFailureReason=Client not entitled, RBSPermanent=false} elapsedCPUTimeForFrontBoard couldn't generate a task port No setting found for property named "_UISceneHostingClientSettingsExtension"
Topic: UI Frameworks SubTopic: UIKit Tags:
Mar ’24
Reply to iOS 15 UIPickerView Delay on Start of Scrolling?
We asked Apple for improvement by sending the code that reproduced the symptom as feedback, but unfortunately Apple was unable to reproduce or improve it in the end. We found a way to get rid of the symptoms and were able to make improvements before the official release of iOS 15. We found that MPVolumeView was the cause. If you use MPVolumeView in your app, try changing the location of the MPVolumeView declaration or its location.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to In iOS 15, when the app is restarted, it immediately crashes.
Sometimes the app appears in the list again after completely closing the app in the background state.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to In iOS 15, when the app is restarted, it immediately crashes.
Devices with older round home buttons seem to be less prone to the above symptoms. And it seems that the above symptoms occur more often on devices that do not have a circular home button. (This usually happens on notch devices)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Does repurchasing non-consumable items have the same effect as restoration?
When repurchasing or restoring, the in-app product ID is the same.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 14 & iOS 16 purple warnings starting with "[Security] This method should not .. "
This is the cause of this problem I have identified. First of all, this problem occurs with apps that use the admob library. Among the apps I sell, there is a paid app with a different target (same code) in the same project. When I build this paid app in my project, I don't see this warning. My paid app uses "Other Swifts Flag" to not include the admob library in the code from the build generation, and the admob library is not included in the app. I contacted Admob and got a reply. Admob is also aware of this issue. Admob believes it's a bug by Apple, and Apple is also aware of this bug. Maybe it will be improved in the next Xcode or iOS update. My guess is that when using WKWebView in Admob, you get such a warning message.
Replies
Boosts
Views
Activity
Sep ’22
Reply to "UI unresponsiveness" warning on @main
First of all, this problem occurs with apps that use the admob library. Among the apps I sell, there is a paid app with a different target (same code) in the same project. When I build this paid app in my project, I don't see this warning. My paid app uses "Other Swifts Flag" to not include the admob library in the code from the build generation, and the admob library is not included in the app. I contacted Admob and got a reply. Admob is also aware of this issue. Admob believes it's a bug by Apple, and Apple is also aware of this bug. Maybe it will be improved in the next Xcode or iOS update. My guess is that when using WKWebView in Admob, you get such a warning message.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Dynamic Island appears and then disappears
https://developer.apple.com/forums/thread/718088 Added more content. Please check
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to UITableView scrollToRow When switching to the next or previous page, the contents of the previous page do not disappear immediately, but remain as an afterimage and overlap for a while.
I have attached a link to a video of the phenomenon. Please check the video too. https://youtube.com/shorts/Lb4-yhTnMNg?feature=share
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Has anyone solved the UITableView text persistence or overlapping issue in iOS 16.1 iPhone 14 Pro and 14 Pro Max?
In addition, this phenomenon does not occur or the afterimage seems to disappear quickly when the content is displayed on the dynamic island by running the timer of the alarm app or playing music in the music app. If the content is not displayed on the dynamic island by ending the timer or stopping the music again, the phenomenon will be reproduced again.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Critical BUG! Could you fix it asap or at least set the try/catch block with the reporting via NSError or somehow else?
I am currently having similar symptoms. When I repeatedly play and pause using AVSpeechSynthesizer, I get that error right away. If you look at the forum posts, it seems that this error has occurred since the iOS 16 beta. However, it seems that Apple hasn't fixed this error yet. I have the same error on iOS 16.2 beta devices. I'm waiting for Apple to fix this issue when it finds out, because symptoms can easily come out by making a sample code and testing it a little. Or, wait for the news that Apple is preparing to release iOS 16.1.1.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to com.apple.TextToSpeech.SpeechThread crash after iOS 16
It happens on all iOS 16 devices. It happens easily if you play and stop it repeatedly. When playing, it seems that the error does not occur if AVSpeechSynthesizer is finely separated by spaces and played back. Errors do occur, but they may occur less frequently. I tested it with an app that plays TTS in that way, but the app didn't die. There are several symptoms when an error occurs. It can't stop playback, loses control, and continues to play until the end of a sentence. If an alarm or call comes in while TTS is playing, the phenomenon of listening through the earphones and playing back through the speaker also occurs. I temporarily took measures to prevent the above problem from happening without the app dying. A quick iOS update should fix this problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to AVSpeechSynthesizer delay issue, [AXTTSCommon] Invalid rule:
The issue was requested through the Apple Feedback app.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Creating a new version fails in Web App Store Connect.
The issue has not been fixed yet. For example, version 1.10 cannot create a new version as 1.11. Please fix it quickly
Replies
Boosts
Views
Activity
Feb ’24
Reply to Creating a new version fails in Web App Store Connect.
The issue occurred only in certain apps, so I contacted Apple.
Replies
Boosts
Views
Activity
Feb ’24
Reply to UIFontPickerViewController screen font is broken or black screen issue
When this error message appears, the app also dies. = Received port for identifier response: <(null)> with error:Error Domain=RBSServiceErrorDomain Code=1 "Client not entitled" UserInfo={RBSEntitlement=com.apple.runningboard.process-state, NSLocalizedFailureReason=Client not entitled, RBSPermanent=false} elapsedCPUTimeForFrontBoard couldn't generate a task port No setting found for property named "_UISceneHostingClientSettingsExtension"
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’24